home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / comm / opdsz10.zip / READ.ME < prev   
Text File  |  1992-01-14  |  7KB  |  145 lines

  1.                    DSZ-MOBYTURBO INTERFACE FOR OPUS 1.7X            [Page 1]
  2.                              Version 1.0ß
  3.  
  4.                          written by Dom Montalto
  5.                             January 10, 1992
  6.                         via Cygnus X-I (1:141/885)
  7. ==Brief Intro==
  8.    This is an Interface for OPUS 1.7X, to use DSZ Zmodem Moby-Turbo.
  9.  The reason I wrote this is because I was sick of the existing DSZ inter-
  10.  face I used on an Opus bbs. The interface hung and locked up after aborted
  11.  transfers and did not handle error-checking well (besides that it was a
  12.  WHOPPING 40k!).
  13.  I cant figure out WHY in the World a simple thing such as this would be
  14.  40+k long, I thought it all out in my head and Told Al Filandro of 141/885
  15.  that its time for a new SMALL interface! I wrote the interface and we beta
  16.  tested it for a few weeks and it seemed to do the job fine...Plus its less
  17.  than 1/6th the size of the other (PkLite'ed)...............
  18.    The interface will use a DSZ or GSZ in ANY directory in your path (unlike
  19.  the other)..It will also check for aborted downloads and NOT charge for them
  20.  if they are stopped without completion.
  21.  
  22.  
  23.  
  24.                    --Dsz/Zmodem Interface for Opus 1.7x--           [Page 2]
  25.  
  26.   IF you have any problems; read the output on the screen before DSZ-ZMOD
  27.   loads up DSZ.COM/EXE!!
  28.  
  29.    Requirements to Run:
  30.    ────────────────────
  31.                         * An I.Q greater than 20
  32.                         * Opus CBCS Version 1.7x
  33.                         * DSZ.COM or DSZ.EXE (need NOT be in \Opus dir)
  34.                         * Working basic Knowledge of the BBS
  35.      +++This has NOT been tested on Opus 1.1X, Opus 1.0X or Maximus!!+++
  36.   *Settin' it up on your Opus*:
  37.   ────────────────────────────
  38.  
  39.    1> You Need to have a Registered DSZ in your DOS Path
  40.       and you need to add the DSZ-Zmodem.EXE to your "External Protocol"
  41.       options under your BBS.CTL file <see below>
  42.  
  43.      Use a Text editor to change the BBS.CTL file under "External Protocols"
  44.      to add the new DSZ-ZMOD external interface:
  45.  
  46.                    --DSZ/Zmodem Interface for Opus 1.7x--           [Page 3]
  47. %
  48.  
  49.         EXTERNAL Protocol D:\OPUS\DSZ-ZMOD.EXE
  50. %       EXTERNAL Protocol
  51. %       EXTERNAL Protocol
  52. %       EXTERNAL Protocol
  53. %       EXTERNAL Protocol
  54. %       EXTERNAL Protocol
  55. %       EXTERNAL Protocol
  56. %       EXTERNAL Protocol
  57. %
  58.  
  59.  
  60.                    [Note: you can't use "Z" for the DSZ-ZMOD.EXE
  61.  
  62.  
  63.                     file because it is already built into Opus]
  64.  
  65.      Now compile your BBS.CTL file using Salt (NACL) and the protocol
  66.      should be in there.
  67.  
  68.                    --DSZ/Zmodem Interface for Opus 1.7x--           [Page 4]
  69.  
  70.    2> You Need to have your BBS.CTL file in the Same path as this interface
  71.       or Make a File Called BBS.CTL with the following lines
  72.  
  73.                TASK #                  <=- the task number
  74.                BAUD Maximum <baudrate> <=-caps important
  75.  
  76.    3> You Need to Set your DSZLOG path
  77.   The Name of the File Can not be Changed at this point, so the File name MUST
  78.   remain at DSZ-ZMOD.EXE.
  79.  
  80.  
  81.                     ┌──────────────────────────────────┐
  82.                     │      Runtime/How it works        │
  83.                     └──────────────────────────────────┘
  84.  
  85.        I. The interface first checks for the path of the DSZ.LOG, if none
  86.           exists then the program Aborts.
  87.  
  88.       II. The Task within Opus is fetched from the "BBS.CTL" File
  89.  
  90.                    --DSZ/Zmodem Interface for Opus 1.7x--           [Page 5]
  91.  
  92.      III. The Control File is then read into the interface.
  93.  
  94.       IV. The Baud rate is then determined, if the baud maximus is less
  95.           than 9600, then the baud rate is determined from the BBS.CTL
  96.           file (of which the sysop has specified) OTHERWISE, the baud
  97.           rate is assumed to be locked at BAUD Maximum since the bps rate
  98.           passed to the control file does not reflect the locked baud.
  99.  
  100.        V. Next The DOS path is searched for DSZ.EXE or DSZ.COM
  101.  
  102.       VI.
  103.         a. If the task is to Send Files then the Control file is searched
  104.            to determine all the files to be sent and a SENDFILE is made,
  105.            this File is then sent to DSZ for a Batch Upload to the User
  106.         b. If we are getting files, DSZ is just called to get them
  107.  
  108.      VII.  My Logo, Some real Decent Reading
  109.  
  110.      VIII. The DSZLOG is now scanned for Extra files
  111.  
  112.                    --DSZ/Zmodem interface for Opus 1.7X--           [Page 6]
  113.  
  114.        IX. If a file was sent but aborted, the interface will delete it
  115.            because Opus likes to think its complete and put it online.
  116.            [theres a suggestion for Doug in the next version! <Grin>]
  117.  
  118.         X. The Interface Log is created as the Files in the DSZLOG are
  119.            processed.
  120.  
  121. ^^Revision History^^
  122.           0.1 1/2/92 Began and finished the interface
  123.           0.5 1/4/92 fixed minor bugs with nothing at all defined for Task
  124.           0.9 1/8/92 more fixes..Drops to lower than 9600 for all Opus-System
  125.                      flexibility; First Public ßeta Release
  126.           1.0α1/9/92 fixed Task Searcher, so if NOT Found AT all, default 0
  127.                      fixed Baud maximum searcher, if Not found in BBS.CTL abt
  128.                      plus another thing that made it Endlessly Loop
  129.          1.0ß 1/13/92 Hatched into SDS_OPUS
  130.     ┌──────────────────────────────────────────────────────────────────────┐
  131.     │     For the latest copy of this or many other Opus-Utilities:        │
  132.     │            Contact:  The Cygnus X-I Opus CBCS (1:141/885)            │
  133.     │                         (203) 628-9702 in Southington, CT/HST        │
  134.     │     Bugs? Problems?? (Remember! This is only a BETA release!)        │
  135.     │            Contact:  Al Filandro via the MEADOW conference or        │
  136.     │                      Dom Montalto in Area 3 on Cygnus X-I.           │
  137.     │                                                                      │
  138.     └───────┐                REGISTERING DSZ-INT                 ┌───────┘
  139.             │ $5.00 is a mere price to pay for DSZ/Zmodem on your  │
  140.             │      pet Opus and will keep the updates coming!!     │
  141.             │              ┌Dom Montalto/DSZ-INT                  │
  142.             │ Send to──────┘ 1617 Huckins Road                     │
  143.             │                Cheshire, CT   06410                  │
  144.             └──────────────────────────────────────────────────────┘
  145.